#apDiv1 {
	position:absolute;
	left:1232px;
	top:30px;
	width:111px;
	height:32px;
	z-index:1000;
}




* {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

	#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #000000;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right: 0px;
}
	a {
	text-decoration: none;
}
	h2, h3 {
	margin: 0 0 20px;
	color: #104069;
	font-family: Arial, Helvetica, sans-serif;
}
	h2 {
	font-size: 20px;
}
	h3 {
	font-size: 19px;
	font-family: Arial, Helvetica, sans-serif;
}
	pre { background: #fff; width: 460px; padding: 10px 20px; border-left: 5px solid #ccc; margin: 0 0 20px; }
	p {
	width: 750px;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
	input { margin: 0; padding: 0; }
	
	/* Dark Button CSS */
	.button {
	outline: 0;
	display: block;
	color: #000;
	font-weight: bold;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.84);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.84);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.84); /* old browsers */
	 /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3D4850', endColorstr='#232B30',GradientType=0 ); /* ie */
	-webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.84);
	-moz-box-shadow:    0px 0px 9px 0px rgba(50, 50, 50, 0.84);
	box-shadow:         0px 0px 9px 0px rgba(50, 50, 50, 0.84);
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
	.button:hover {
		color: #fff;
		background: #fff; /* old browsers */
		 /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4C5A64', endColorstr='#2E3940',GradientType=0 ); /* ie */
	}
	.button:active {
	background-position: 0 top;
	position: relative;
	top: 1px;
	color: #fff;
	background: #fff; /* old browsers */
	background: -moz-linear-gradient(top, #fff 3%, #252E34 51%, #fff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#20282D), color-stop(51%,#252E34), color-stop(100%,#fff)); /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#fff',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	}
	
	/* Other stuff: */
	.button-list { list-style: none; padding: 0; margin: 0; width: 100%; float: left; display: block; margin: 0 0 30px; }
	.button-list li { float: left; margin: 0 10px 0 0; }
	.button-list li.search { border-left: 1px solid #273137; padding-left: 18px; margin-left: 10px; position: relative; }
	
	/* Search CSS: */
	.search-input {
		padding: 0 5px 0 22px;
		border: 1px solid #1c252b;
		height: 30px;
		color: #9fa8b0;
		font-size: 12px;
		line-height: 30px;
		font-weight: bold;
		text-shadow: 1px 1px #1f272b;
		border-radius: 25px;
		-moz-border-radius: 25px;
		-webkit-border-radius: 25px;
		background: #fff; /* old browsers */
	
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#fff',GradientType=0 ); /* ie */
		-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
		-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
		box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
	}
	.search-input:focus {outline: none;}
	.search-submit {
		width: 13px;
		height: 13px;
		border: none;
		background: url(mag-glass.png) no-repeat;
		display: block;
		position: absolute;
		left: 26px;
		top: 10px;
		text-indent: -9999em;
	}
	
	/* Vertical List: */
	.vertical-list {
	list-style: none;
	width: 270px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff; /* old browsers */
 /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20282D', endColorstr='#fff',GradientType=0 ); /* ie */
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Safari, Chrome */
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* CSS3 */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	}
	.vertical-list .button {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff; /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */
	background-position: left top;
	}
	.vertical-list .button:hover {
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5F6B72', endColorstr='#434D54',GradientType=0 ); /* ie */
	background-position: left top;
	background-color: #999999;
	}
	.vertical-list .button:active {
		padding: 5px 12px;
		top: 0;
		background: #fff; /* old browsers */
	 /* webkit */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515B62', endColorstr='#394147',GradientType=0 ); /* ie */		-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1); /* Firefox */
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Firefox */
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* Safari, Chrome */
		box-shadow: 1px 1px 1px rgba(0,0,0,0.2); /* CSS3 */

	}
	.vertical-list li { margin: 0 0 5px; }
	.vertical-list li:last-child { margin: 0; }
.style2 {color: #104069}
.style3 {color: #FFFFFF}
	
	
	
	
